home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / Apple Game Sprockets / Examples / InputSprocketPPTest / ISpTestGlobals.cp < prev    next >
Encoding:
Text File  |  1996-05-16  |  279 b   |  10 lines  |  [TEXT/CWIE]

  1. #include "ISpTestGlobals.h"
  2.  
  3. ISpElementListReference gElementList = 0;
  4. ISpElementReference gElement = 0;
  5. ISpElementReference gElementBuffer[1024];
  6. UInt32 gNumElements;
  7. UInt32 gCurElement = 0;
  8. extern OSStatus gStatus = noErr;
  9. LApplication *gMyApp = nil;
  10. Boolean gQuitting = false;